home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
A+ Guide
< prev
next >
Wrap
Text File
|
2000-06-14
|
770b
|
35 lines
Failat 21
getenv isplusupdate4 >NIL:
if not warn
set a `getenv whereplusupd4` ;Scheiße gebaut, Update gesaut....
if not warn
cd "`getenv whereplusupd4`" >NIL:
if not fail
if exists "A+ Guide4.upd"
execute "A+ Guide4.upd"
skip ende
else
skip normalmode
endif ;exists #?.upd
else
skip normalmode
endif ;CD hat gefunzt
else
skip normalmode
endif ;Whereplusupd existiert
else
lab normalmode
;AB HIER KOMMT ERST DAS SCRIPT
if not exists env:quickstarted
Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!"
wait 2
quit
endif
set a `requestchoice "Amiga Plus (C)" "Welche Version wollen Sie?" "HTML|Guide"`
if $a eq 1
EXECUTE >NIL: APCD:Scripts/viewhtml APCD:Index.html HTML
else
EXECUTE >NIL: APCD:Scripts/viewhtml APCD:index.guide GUIDE
endif
lab ende